home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / BAS12_A.ARJ / README.DOC < prev    next >
Text File  |  1992-08-18  |  6KB  |  149 lines

  1.  
  2. * README.DOC
  3.  
  4. * Last Update = 08/18/92
  5.  
  6. *************************************************************************
  7. Special thanks to Richard E. Lee, Psychotronic BBS, and all the other
  8. 'psychos' for their assistance in helping me develop and distribute this
  9. shareware application. (919)286-7738/4542 Fidonet Address 1:3641/1
  10. *************************************************************************
  11.  
  12. Thanks very much for trying my Business Accounting System software. The
  13. BA System is an accounting software designed especially for a small
  14. service consulting business. It tracks and reports revenues and
  15. billings, accounts receivable, and business expenses for both the
  16. current and prior tax years. Written by a programming consultant, it's
  17. the ideal, inexpensive, accounting software alternative for any small
  18. service-oriented business. The BA is full-featured and a breeze to use,
  19. yet cost $100s less than comparable commercial software. Why settle for
  20. a commercial accounting package that's written for every type of
  21. business that exists when you can have one that was written with your
  22. consulting business specifically in mind...
  23.  
  24. Included in your distribution set should be the following files:
  25.  
  26. README.DOC - this file
  27.  
  28. BA.DOC - System Documentation file. It's approximately 100 typed pages
  29. and has page breaks already inserted, so don't try printing it with any
  30. utility that inserts its own page breaks. Other than the kind just
  31. mentioned, use your favorite utility to print the file, or to print the
  32. file with a DOS command, enter the following from the DOS prompt:
  33.  
  34.                 COPY BA.DOC PRN  or  TYPE BA.DOC > PRN
  35.  
  36. STARTUP.DOC - Handy tips for when you wish to go "live" with this
  37. software.
  38.  
  39. ORDER.DOC - An Order Form for registering the Business Accounting
  40. System. The order form can also be found at the end of the documentation
  41. file. Please register this software if you wish to utilize it for your
  42. own business needs. See the licensing section in the documentation file
  43. for additional information on this.
  44.  
  45. BA.EXE and BA.OVL - These are the executable program files. Needless
  46. to say, you can't run the software without these.
  47.  
  48. Assorted Data files:
  49.  
  50. BASYSMST.DBF  - System Master file
  51. BACLIENT.DBF  - Client file
  52. BAITEM.DBF    - Item file
  53. BAEXPCAT.DBF  - Expense Category data file
  54. BAEXPDET.DBF  - Expense Distribution detail file
  55. BAEXPHDR.DBF  - Expense Distribution header file
  56. BAINVHDR.DBF  - Invoice header file
  57. BAINVDET.DBF  - Invoice line item detail file
  58. BAARPAY.DBF   - Accounts Receivable Payments file
  59. BAHARPAY.DBF  - Historical AR Payments file
  60. BAHEXPDE.DBF  - Historical Expense Distribution detail file
  61. BAHEXPHD.DBF  - Historical Expense Distribution header file
  62. BAHINVHD.DBF  - Historical Invoice header file
  63. BAHINVDE.DBF  - Historical Invoice line item detail file
  64.  
  65. Assorted Database Text files:
  66.  
  67. BACLIENT.DBT  - Client Notepad database text file
  68. BAINVDET.DBT  - Supplemental descriptions for invoice line item detail
  69.  
  70. If any of the above files are not present when you start the BA system,
  71. you'll receive a system warning error message informing you of this so
  72. your can rectify this problem.
  73.  
  74. Index Files - These have the extensions NTX. They may or may not be
  75. present within the Distribution set. If not present, they will
  76. automatically be recreated when you start the system.
  77.  
  78.  
  79. NOTE TO REGISTERED USERS
  80.  
  81. If you have received registered system disk(s) from ISI, you should copy
  82. the program files, BA.EXE and BA.OVL, and the pass-key file,
  83. BA_PKEY.DBF, on to the drive/directory of your machine which contains
  84. the BA System files. DO NOT COPY any files from the DATA Directory of
  85. the System Disk unless you intend to overwrite and destroy your
  86. existing data files. The data files provided on the distribution disk
  87. are empty and contain no information whatsoever, so please be careful
  88. when updating your system files. As a precautionary measure, you should
  89. also create a BACK-UP of all BA System files BEFORE installing any
  90. updates.
  91.  
  92.  
  93. A SPECIAL NOTE:
  94.  
  95. As you utilize this software, you'll probably notice the box explosions
  96. which occur throughout the software. These explosions are probably fast
  97. enough for most all 286 and 386 machines, however, this may not be
  98. tolerable for slower 8088 and 8086 machines. If you wish to speed up the
  99. explosions for use on your machine, set the following DOS environmental
  100. varible in your AUTOEXEC.BAT file or another start-up batch file:
  101.  
  102. SET BADELAY=OFF
  103.  
  104. Be sure NOT to place any spaces on either side of the "=" sign,
  105. otherwise this will not work.
  106.  
  107. If while attempting to set this varible, you receive a DOS error
  108. message, "Out of Environment Space", modify your CONFIG.SYS file to add
  109. or revise the following line:
  110.  
  111. SHELL=<drive/path> <command interpreter filename> /P /E:n
  112.  
  113. The "n" in the "/E:' parameter designates the number of bytes available
  114. for environment varibles, such as 128, 256, 384, 512, etc.. Below is an
  115. example of this statement:
  116.  
  117. SHELL=C:\COMMAND.COM /P /E:512
  118.  
  119. Once you have modified your CONFIG.SYS file, reboot your computer and
  120. try the "SET BADELAY=OFF" statement again.
  121.  
  122.  
  123. DISABLING SIGN-OFF LOGO
  124.  
  125. If you're annoyed by the logo which is displayed upon exit, you may
  126. disable it by adding the following line to your AUTOEXEC.BAT file or
  127. other start-up batch file:
  128.  
  129. SET BALOGO=OFF
  130.  
  131. Be sure NOT to place any spaces on either side of the "=" sign,
  132. otherwise this will not work.
  133.  
  134.  
  135. ASSORTED UPDATES/FIXES
  136.  
  137. * 02/26/92 Fixed entry-level password; pressing [Enter] at prompt
  138. without having defined a super-user password had gained entry.
  139. * 05/27/92 Fixed program error resulting in abnormal termination when
  140. voiding an invoice which has had write-off adjustments posted against
  141. it.
  142. * 06/01/92 Updated to support 2 decimal places for Billing Units
  143. allowing user to bill on the quarter hour (i.e. 1.25 hrs.)
  144. * 08/18/92 Fixed program error when initiating Item Look-ups by partial
  145. Description; item code index was always being openned regardless of
  146. search selection criteria.
  147.  
  148.  
  149.